initialize GdkColor structs to fix warning about uninitialized "pixel"
authorMichael Natterer <mitch@imendio.com>
Fri, 1 Feb 2008 11:20:47 +0000 (11:20 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 1 Feb 2008 11:20:47 +0000 (11:20 +0000)
commit2a9c3e80e7657c83d090d35905f67f8149171d4d
tree8ecfe2128e3d6ac0b79f325ad061cd1bfe6aad4b
parent857fe308f5c2ddd6ef5beab954f60d1dbd4dbeba
initialize GdkColor structs to fix warning about uninitialized "pixel"

2008-02-01  Michael Natterer  <mitch@imendio.com>

* tests/testgtk.c: initialize GdkColor structs to fix warning
about uninitialized "pixel" member.

* tests/testactions.c: connect the toolbar_style() callback so it
does something useful and doesn't warn about being defined but not
used.

svn path=/trunk/; revision=19454
ChangeLog
tests/testactions.c
tests/testgtk.c